.row {
    margin: 0 !important;
}

.centrar-contenido {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-fluid {
    max-width: 2300px;
    text-align: center;
    font-family: 'Avenir roman', sans-serif;
    font-style: normal;
    color: #fff;
}

div.iconos-redes {
    padding: 0%;
}

div.icono-correo {
    margin-right: 8px;
}

div.card-body {
    padding: 0rem;
}

@media (min-width: 768px) {
    .contenedor-texto {
        margin-left: 15%;
        text-align: left;
    }

    .container-fluid.info-formulario {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.titulo {
    text-align: center;
    font-size: clamp(48px, 8vw, 82px);
    font-style: normal;
    font-weight: 900;
    background: linear-gradient(90deg, #03a591 0%, #0880b4 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
}

.titulo_secciones {
    margin: 16px 0px 0px 0px;

    color: #00a490;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}

.box-body {
    text-align: start;
    justify-content: start;
}

input.form-control,
textarea.form-control {
    text-align: start;
    border-radius: 4px;
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #545454;
}

div.invalid-feedback {
    text-align: start;
    font-weight: 800;
    color: #dea800;
}

.btn.btn-enviar {
    border-radius: 10px !important;
    background-color: #03a590;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    font-size: 2rem;
    color: #fff !important;
    text-align: center;
    padding: 3px 50px;
    font-size: 18px !important;
    font-style: normal;
    line-height: normal;
    font-weight: 400;
}

div.fondo-contacto-icono {
    background: linear-gradient(270deg, #4fae97 6.74%, #16acde 93.58%);
    color: white;
}

div.fondo-contacto-icono:hover,
.btn-enviar:hover {
    background: #00537d;
}

a,
a:hover {
    text-decoration: none !important;
}

.ubicacion {
    color: #00537d;
    line-height: 20px;
    margin: 0%;
}

.span_ubicacion {
    font-weight: bold;
}

.recibir {
    color: #00537d;
    color: #00537d;
    font-size: 16px;
    font-weight: 800;
    line-height: normal;
}

@media (min-width: 768px) {
    .imagen-mujer-movil {
        display: none;
    }

    div.iconos-redes {
        display: flex;
    }

    .titulo_secciones {
        text-align: start;
    }

    div.card-body {
        padding: 0rem;
        display: flex;
        align-items: flex-start;
    }
}

.imagen-mujer-escritorio {
    display: none;
}

@media (min-width: 1200px) {
    .imagen-mujer-escritorio {
        display: flex;
    }

    .imagen-mujer-escritorio img {
        margin-left: -7%;
        width: 150%;
        height: fit-content;
    }
}

@media (max-width: 768px) {
    .titulo_secciones.titulo-form {
        font-weight: 800;
        margin: 0px 0px 10px 0px;
        background-size: 100%;
    }

    .col-12.create-form {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .container-fluid {
        max-width: 585px;
    }
}

@media (min-width: 1100px) and (max-width: 1600px) {
    button.btn.btn-enviar {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    .fondo-contacto-icono svg {
        height: 14px;
        width: 14px;
    }

    .fondo-contacto-icono {
        width: 35px !important;
        height: 35px !important;
    }

    div.fondo-contacto-icono {
        margin-right: 3px;
    }
}
